Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Status Values

Most QuickDraw 3D routines return a status code, which is of type TQ3Status .

typedef enum TQ3Status {
    kQ3Failure,
    kQ3Success
} TQ3Status;

Constant descriptions

kQ3Failure
The routine failed.
kQ3Success
The routine succeeded.

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |